x = header_width - (3 + max_month_width
- (max_month_width - logical_rect.width)/2);
else
- x = 3 + (max_month_width - logical_rect.width) / 2;
+ x = 3 + (max_month_width - logical_rect.width) / 2;
else
if (year_left)
x = header_width - (3 + priv->arrow_width + max_month_width
- (max_month_width - logical_rect.width)/2);
else
- x = 3 + priv->arrow_width + (max_month_width - logical_rect.width)/2;
+ x = 3 + priv->arrow_width + (max_month_width - logical_rect.width)/2;
gtk_render_layout (context, cr, x, y, layout);
g_object_unref (layout);